dotConnect for PostgreSQL Documentation
Devart.Data.PostgreSql Namespace / PgSqlVector<T> Class / Vector Property

On this page
    Vector Property
    On this page
    Syntax
    'Declaration
     
    Public ReadOnly Property Vector As IEnumerable(Of T)
    public IEnumerable<T> Vector {get;}
    See Also